func runtime.f64to32

4 uses

	runtime (current package)
		softfloat64.go#L317: func f64to32(f uint64) uint32 {
		softfloat64.go#L507: 	return f64to32(fadd64(f32to64(x), f32to64(y)))
		softfloat64.go#L511: 	return f64to32(fmul64(f32to64(x), f32to64(y)))
		softfloat64.go#L516: 	return f64to32(fdiv64(f32to64(x), f32to64(y)))